You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Power Method > TMtxVec.Power Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Power Method ([In] TMtxVec, [In] TMtxVec)

Raises each of Base object elements to corresponding power, stored in Exponenet elements.

Syntax
C#
Visual Basic
public TMtxVec Power([In] TMtxVec Base, [In] TMtxVec Exponent);

Power[i] = Base[i]^Exponent[i] 

 

Size and Complex property of calling object are adjusted automatically. An exception is raised if Base and Exponent sizes do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!